home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / OWLINC.PAK / EDITFILE.RH < prev    next >
Text File  |  1997-05-06  |  1KB  |  53 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1992, 1996 by Borland International, All Rights Reserved
  4. //
  5. //$Revision:   10.3  $
  6. //
  7. // Resource & command IDs to use with editfile.rc and editfile.h
  8. //----------------------------------------------------------------------------
  9. #if !defined(OWL_EDITFILE_RH)
  10. #define OWL_EDITFILE_RH
  11.  
  12. #if !defined(OWL_EDITSEAR_RH)
  13. # include <owl/editsear.rh>
  14. #endif
  15.  
  16. //
  17. // Commands
  18. //
  19. #define CM_FILENEW          24331
  20. #define CM_FILEOPEN         24332
  21. #define CM_FILESAVE         24333
  22. #define CM_FILESAVEAS       24334
  23. #define CM_FILEREVERT       24335
  24.  
  25. #define CM_FILEPAGESETUP    24336
  26. #define CM_FILEPRINT        24337
  27. #define CM_FILEPRINTERSETUP 24338
  28.  
  29. #define CM_FILECLOSE        24339
  30. #define CM_FILEPRINTPREVIEW 24340
  31.  
  32. //
  33. // String IDs
  34. //
  35. #define IDS_UNTITLEDFILE    32550
  36. #define IDS_UNABLEREAD      32551
  37. #define IDS_UNABLEWRITE     32552
  38. #define IDS_FILECHANGED     32553
  39. #define IDS_FILEFILTER      32554
  40. #define IDS_RICHEDITFILTER  32555
  41.  
  42. //
  43. // Menu IDs
  44. //
  45. #define IDM_EDITFILE        32550
  46.  
  47. //
  48. // Accelerator IDs
  49. //
  50. #define IDA_EDITFILE        32550
  51.  
  52. #endif  //  OWL_EDITFILE_RH
  53.